Lewisham's ward boundary changes for the May 2022 election:
This document was produced by the Lewisham Insight & Delivery team.
Source ONS, mid-2022
As of mid 2020, there were an estimated 305,309 people living in Lewisham
Source ONS Census, 2011
Source ONS Census, 2011
Source ONS Census 2011
Source ONS Census 2011
Source ONS Census 2011
Source ONS Census 2011
Source ONS Census 2011
Source ONS Census 2011
Source ONS Census 2011
Source ONS Census 2011
Source ONS Census 2011
Source Department for Business, Energy & Industrial Strategy, 2021
Source ONS Census 2011
Source DWP, Jan 2016 - Sep 2021 https://www.nomisweb.co.uk/datasets/ucjsa
Please note: the mapping of 2011 LSOA boundaries to administrative wards is not perfectly aligned, so this data should not be considered as more than indicative
Source Ministry of Housing, Communities & Local Government 2019
Please note: the mapping of 2011 LSOA boundaries to administrative wards is not perfectly aligned, so this data should not be considered as more than indicative
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-1-5403ae54b6a0> in <module> 1 # NOTE THAT THIS IS NOT WELL SPATIALLY FITTED DATA ----> 2 df = inputs.imd.groupby('Name').mean() 3 df = df[['IMD_decile']] 4 df = melted(df, id_vars=['Name'], var_name='key', value_name='val') 5 df = joined(lewisham, df, join_on_gdf='Name', join_on_df='Name') NameError: name 'inputs' is not defined